home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11545 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to make it BEEP ?
  5. Date: 22 Mar 96 18:26:47 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.827519207@rscernix>
  8. References: <4inmv1$ljj@sunburst.ccs.yorku.ca> <4is9tf$8o3@spanky.pls.ov.com> <4isdrcINNsq6@mayne.ugrad.cs.ubc.ca> <Pine.SOL.3.91.960322122122.4343B-100000@mercury>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <Pine.SOL.3.91.960322122122.4343B-100000@mercury> Choy Kah Wai  <93202816@mercury.np.ac.sg> writes:
  13.  
  14. >In-Reply-To: <4isdrcINNsq6@mayne.ugrad.cs.ubc.ca> 
  15. >
  16. >On 21 Mar 1996, Kazimir Kylheku wrote:
  17. >
  18. >> No need to make that ascii specific. The C standard gives you a symbolic code
  19. >> for the alert character.
  20. >> 
  21. >>     putchar('\a');
  22. >> 
  23. >   Or, just simply do:
  24. >            putch(7);
  25.  
  26. This is c.l.c at its worst.  Somebody posts a solution which is correct,
  27. elegant, readable and portable, then an idiot follows up suggesting
  28. something which is obscure and very platform specific.
  29.  
  30. >   (Borland compilers..)............................^_^
  31.  
  32. Since when is Borland selling compilers for Unix?
  33.  
  34. Sheesh,
  35. Dan
  36. --
  37. Dan Pop
  38. CERN, CN Division
  39. Email: danpop@mail.cern.ch 
  40. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  41.